home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / photo.dxr / 00052.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  393 b   |  30 lines

  1. global img, m1
  2.  
  3. on mouseEnter
  4.   if img = 1 then
  5.     cursor([121, 122])
  6.   end if
  7. end
  8.  
  9. on mouseLeave
  10.   if img = 1 then
  11.     cursor(-1)
  12.   end if
  13. end
  14.  
  15. on mouseDown
  16. end
  17.  
  18. on mouseUp
  19.   img = 0
  20.   if img = 0 then
  21.     cursor(-1)
  22.     repeat with pp = 43 to 44
  23.       sprite(pp).visible = 0
  24.     end repeat
  25.     sprite(45).member = member(26, "pp")
  26.     set the member of sprite 46 to 49
  27.     m1()
  28.   end if
  29. end
  30.